home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 015a / trekclok.zip / TREK.DOC < prev    next >
Text File  |  1992-02-15  |  2KB  |  43 lines

  1.     Yet another clock...
  2.  
  3.     The original series of EGA clocks seem to have been written by
  4.     Bob Griggs, with a few by others.
  5.     The driver program (xxxxx.COM) was written in Turbo Pascal and
  6.     probably uses the RIX Softworks GRAPH library.  The driver loads
  7.     the clock image and superimposes the clock hands and the date
  8.     window.
  9.     The clock image itself was created using EGA Paint from the same
  10.     company. (See copyrights using DEBUG).
  11.  
  12.     Some clocks are variations on the original "Rolex", while others
  13.     seem to have been colorized from a scanned image (see SABRI) or
  14.     drawn free-hand.
  15.  
  16.     This clock (TREK) was drawn using the new RIX VGA Paint program.
  17.     The driver is the original, renamed and patched to load a new
  18.     screen (note that the file name is limited to 5 characters).
  19.     The Clock itself comes from "Garfy", while the Enterprise picture
  20.     was captured from EGA_TREK by Nels Anderson.
  21.  
  22.     If you want to build a clock using an existing one:
  23.  
  24.     You will need EGA or VGA Paint.  Since I have VGA Paint, here's
  25.     how I did it.
  26.     Start with a clock screen.  Translate it to VGA Paint format
  27.     using RIXLATE/R xxxxx.SCR.
  28.     Expand the image using RIXLATE/4 xxxxx.SCR.
  29.     Start VGA Paint in 640x350x16 resolution.
  30.     Set LARGE ON and XPAL SET.
  31.     Load xxxxx.SCR, edit/modify, etc.  Save it as xxxxx.SCR
  32.     Compress the file using RIXLATE/3 xxxxx.SCR then translate it
  33.     to EGA format using RIXLATE/0 xxxxx.SCR.
  34.  
  35.     Notes: The driver uses the palette defined in the clock picture
  36.     file. The screen file name needs to be patched in the driver
  37.     program in 2 places - one is just the name, the other name and
  38.     extension (name limited to 5 characters in both).  Or, easier,
  39.     name your clock with the same name as the driver program.
  40.  
  41.     Have fun!
  42.          Radu V. Metea
  43.